home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 707 b | 51 lines | [TEXT/MPS ] |
- // MacApp.h
- // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
- // Core MacApp header files.
-
- #ifndef __MACAPP__
- #define __MACAPP__
-
- // Conditional Macros (include before any other headers)
-
- #ifndef __MACONDITIONALMACROS__
- #include "MAConditionalMacros.h"
- #endif
-
- // MacApp Core
-
- #ifndef __MACORE__
- #include "MACore.h"
- #endif
-
- // MacApp Framework
-
- #ifndef __MAFRAMEWORK__
- #include "MAFramework.h"
- #endif
-
- // MacApp Documents
-
- #ifndef __MADOCS__
- #include "MADocs.h"
- #endif
-
- // MacApp Views
-
- #ifndef __MAVIEWS__
- #include "MAViews.h"
- #endif
-
- // MacApp Application
-
- #ifndef __MAAPP__
- #include "MAApp.h"
- #endif
-
- // MacApp Mail
-
- #ifndef __MAMAIL__
- #include "MAMail.h"
- #endif
-
- #endif // __MACAPP__
-